home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / lib / gcc-lib / ppc-amigaos / 2.95.1 / sys-include / powerup / clib / ppcdiss_protos.h < prev   
C/C++ Source or Header  |  2000-03-13  |  355b  |  16 lines

  1. #ifndef POWERUP_PPCLIB_PPCDISS_PROTOS_H
  2. #define POWERUP_PPCLIB_PPCDISS_PROTOS_H
  3.  
  4. APTR    CreateDisAssHandleTagList(struct  TagItem *);
  5. void    DeleteDisAssHandle(APTR);
  6. ULONG    DisAssTagList(APTR,
  7.                       struct TagItem *);
  8.  
  9. #ifdef __SASC_60
  10. APTR    CreateDisAssHandleTags(Tag, ...);
  11. ULONG    DisAssTags(APTR,
  12.                    Tag, ...);
  13. #endif
  14.  
  15. #endif
  16.